home *** CD-ROM | disk | FTP | other *** search
/ Internet the City / Internet The City.iso / pc / itcw31 / _setup.1 / data.dxr / Internal_42.ls < prev    next >
Encoding:
Text File  |  1997-06-03  |  170 b   |  12 lines

  1. global gVideoSprite
  2.  
  3. on exitFrame
  4.   updateStage()
  5.   setslider()
  6.   checkUpperRoll()
  7.   if the movieRate of sprite gVideoSprite then
  8.     go(the frame)
  9.   end if
  10.   pass()
  11. end
  12.